type github.com/klauspost/compress/zstd.seqVals
9 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L90: sequence []seqVals
blockdec.go#L654: b.sequence = make([]seqVals, 0, hist.decoders.nSeqs)
blockdec.go#L656: b.sequence = make([]seqVals, 0, 0x7F00+0xffff)
seqdec.go#L23: type seqVals struct {
seqdec.go#L119: func (s *sequenceDecs) execute(seqs []seqVals, hist []byte) error {
seqdec_amd64.go#L184: seqs []seqVals
seqdec_amd64.go#L233: func (s *sequenceDecs) decode(seqs []seqVals) error {
seqdec_amd64.go#L313: seqs []seqVals
seqdec_amd64.go#L338: func (s *sequenceDecs) executeSimple(seqs []seqVals, hist []byte) error {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |